echarts自定義y軸刻度信息 var texts = []; if(value==0){ texts.push('woo'); } else if (value <=1) { texts.push('好'); } ...